home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / program / bgui12.lha / demos / WallStreet / ReadMe < prev    next >
Text File  |  1995-08-17  |  3KB  |  79 lines

  1. This is one of the many Commodities Exchange  clones available. This one
  2. is based on a BGUI graphical user interface.  It  works  almost  exactly
  3. the same as the original C= Exchange program.  It does have some special
  4. features though :)
  5.  
  6. This is what you'll see in the GUI:
  7.  
  8.  Listview - In this gadget you will see all commodities listed currently
  9.         running on your system.  Active  commodities are shown using
  10.         the pen for important text (usually white) and  the inactive
  11.         commodities  are  show  using  the    normal text pen (usually
  12.         black).
  13.  
  14.         The  listview  is in  multi-selection mode    which means that
  15.         you  can  select  more  than one commodity at the time.  All
  16.         operation buttons below the  listview  will also  have their
  17.         effect on all the selected commodities.
  18.  
  19.         To get a little more information on a specific commodity you
  20.         can double-click it.  This will  bring up a  requester which
  21.         shows you the info.
  22.  
  23.  Show      - This will tell all the  selected  commodities to  open their
  24.         windows. Commodities which do not have a window to open will
  25.         not respond.
  26.  
  27.  Hide      - This does the  opposite of    Show.  It will tell all selected
  28.         commodities which have open windows to close them.
  29.  
  30.  Flip Status - As explained above the active commodities are rendered in
  31.         a different color than the inactive ones.  When you click on
  32.         this button  the  state  of the  selected  commodities  will
  33.         change from active to inactive or vice versa.  With that the
  34.         color of the commodity names also change.
  35.  
  36.  Remove   - Simply removes all selected commodities from the system.
  37.  
  38. The below button named "Hide" does exactly the same  thing as  the  Hide
  39. button    explained  above  with    the  exception    that  it only applies to
  40. WallStreet itself.
  41.  
  42. Finaly the Quit button will, surprise surprise, quit the program.
  43.  
  44. "Why yet another Exchange clone?"
  45.  
  46. Well, people asked me for some functional demos for BGUI and this seemed
  47. to be a nice demo even though it is a hack.  It  shows    you a  couple of
  48. interesting  things  about  the  BGUI  listview class.     Also  I  needed
  49. something which  could terminate all commodities on my system  in one go
  50. to run some demos from the AmiNet CDs.    "YES, I like to see good demos."
  51. This way I'm serving both the BGUI users and myself.
  52.  
  53. To run WallStreet you'll have to quit the original C=  exchange program.
  54. WallStreet uses the broker name "Exchange" because this is the  only way
  55. to  get important  brokerlist messages without having to resort to timer
  56. based list updates.
  57.  
  58. Please    be  aware  that  this  is  a  hack  which relies on undocumented
  59. features  of  the  OS and therefore cannot be seen as an example of good
  60. programming.
  61.  
  62. Now some pros'n'cons in comparison to the "real thing" :)
  63.  
  64. Pro:
  65.  
  66. Font sensitive
  67. Can act on multiple commodities at once
  68. Serves as a nice BGUI example
  69. Simply looks better ;)
  70.  
  71. Con:
  72.  
  73. Relies on undocumented Cx features
  74. It's bigger (WHAT!!!!)
  75. Not localized
  76.  
  77. Enjoy,
  78.                 Jan
  79.